home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 February
/
macformat-034.iso
/
mac
/
Shareware City
/
Applications
/
Laughing Bird Folder
/
The Laughing Bird Restaurant
/
The Laughing Bird Restaurant.dxr
/
00413.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-12-16
|
368 b
|
17 lines
on mouseDown
set the locH of sprite 10 to the locH of sprite 10 + 3
wait(3)
set the locV of sprite 10 to the locV of sprite 10 + 3
wait(3)
updateStage()
puppetSound("FingerButton")
set the locH of sprite 10 to the locH of sprite 10 - 3
wait(3)
set the locV of sprite 10 to the locV of sprite 10 - 3
updateStage()
end
on mouseUp
NextRecipe()
end